*,html,body,ul,ol,dl,dt,dd,h1,h2,h3,h4,h5,h6{padding: 0;margin: 0;}
select,option,input,button,textarea{border: none;background: none;box-shadow: none;outline: none;}
a,a:hover,a:focus{outline: none;text-decoration: none;}
ul li,ol li{list-style: none;}
em,i{font-style: normal;}
p:last-child{margin-bottom: 0;}
.w-100{width: 100%;}
.h-100{height: 100%;}
.obj-cover{object-fit: cover;font-family: 'object-fit: cover;';}
.position-relative{position: relative;}
.position-absolute{position: absolute;}
.content-width{word-wrap: break-word !important;word-wrap: break-word !important;}
.content-width img{max-width: 100% !important;height: auto !important;}
.content-width table,.content-width video{width: 100% !important;height: auto !important;margin-bottom: 10px !important;}
.content-width table tbody tr td{padding: 5px !important;border: 1px solid #666 !important;}
.content-width table tbody tr td p{margin-bottom: 0 !important;}
html,body{background: #f7f7f7;}


.page-content{width: 84%;max-width: 1440px;margin: auto;}
.casesa{width: 100%;height: 100px;line-height: 100px;position: fixed;top: 0;left: 0;z-index: 999;transition:all .5s;}
.casesa .logo-img img{height: 75px;}
header>nav ul.h-menu>li>a{display: block;font-size: 18px;color: #fff;margin-left: 45px;}
header>nav ul.h-menu>li:first-child>a{margin-left: 0;}
header>nav ul.h-menu>li>a:hover{opacity: .8;}
.casesa.active{background: #114361;box-shadow: 0 2px 20px rgba(0,0,0,.16);}

@media screen and (max-width: 1230px) {
    .page-content{width: 90%;}
}
@media screen and (max-width: 996px) {
    .page-content{width: 100%;padding: 0 15px;}
    .casesa,.casesa.active{width: 100%;padding: 0;height: 60px;line-height: 60px;background: #232323;box-shadow: 0 2px 20px rgba(0,0,0,.16);}
    .casesa .logo-img img{height: 40px;}
    header>nav ul.h-menu{display: none;position: fixed;top: 60px;left: 0;width: 100%;height: auto;line-height: 40px;border-radius: 0;padding: 0 0 60px;margin: 0;max-height: 100%;overflow-y: auto;z-index: 999;}
    header .menu-toggler{right: 10px;top: 20px;height: 24px;overflow-x: hidden;}
    header .menu-toggler>span{position: relative;display: block;width: 30px;height: 4px;border-radius: 5px;background: #fff;}
    header .menu-toggler>span.top{top: 0;}
    header .menu-toggler>span.middle{left: 0;top: 5px;}
    header .menu-toggler>span.bottom{top: 10px;}
    header .menu-toggler.active>span.middle{left: 100px;}
    header .menu-toggler.active>span.top{top: 10px;transform: rotate(45deg);}
    header .menu-toggler.active>span.bottom{top: 2px;transform: rotate(-45deg);}
    header>nav ul.h-menu>li{width: 100%;background: #232323;text-align: left;height: auto;border-top: 1px solid #333;}
    header>nav ul.h-menu>li>a{margin: 0;line-height: 45px;padding: 0 15px;}
    header>nav ul.h-menu>li>a:hover{background: #e60013;color: #fff;}
    .slideBox{margin-top: 60px;}
}

.footer{padding: 10px 0;background: #232323;position: relative;}
.copyright{font-size: 16px;color: #fff;line-height: 30px;}
.copyright a{margin-left: 20px;color: #fff;}
.copyright a:hover{color: #e60013;}
ul.info_ul li{float: left;margin-left: 55px;}

.page_info{display: none;}
.page_list{margin-top: 50px;text-align: center;}
.page_list a{display: inline-block;margin: 4px;background: #fff;color: #333;padding: 6px 12px;border-radius: 3px;}
.page_list a.on,.page_list a:hover{background: #e60012;color: #fff;}

@media screen and (max-width: 996px) {
    .copyright{font-size: 14px;line-height: 24px;}
    .copyright a{margin-left: 10px;}
    ul.info_ul li{margin-left: 20px;}
    .page_list a{padding: 4px 10px;}
}